aboutsummaryrefslogtreecommitdiff
path: root/src/app/anime/[id]/loading.module.css
diff options
context:
space:
mode:
authorreal-zephex <[email protected]>2024-03-29 19:16:58 +0530
committerreal-zephex <[email protected]>2024-03-29 19:16:58 +0530
commit641e62fd333cd7c3a82c12181eb0d35611c03df7 (patch)
tree47c3cbaeb8b64b16bc06843a83bfa151d747f597 /src/app/anime/[id]/loading.module.css
parentDelete .github/workflows directory (diff)
downloaddramalama-641e62fd333cd7c3a82c12181eb0d35611c03df7.tar.xz
dramalama-641e62fd333cd7c3a82c12181eb0d35611c03df7.zip
fixes and improvements: dramalaam is no longer hosted on koyeb cuz of
high latency issues.
Diffstat (limited to 'src/app/anime/[id]/loading.module.css')
-rw-r--r--src/app/anime/[id]/loading.module.css12
1 files changed, 12 insertions, 0 deletions
diff --git a/src/app/anime/[id]/loading.module.css b/src/app/anime/[id]/loading.module.css
new file mode 100644
index 0000000..c95784d
--- /dev/null
+++ b/src/app/anime/[id]/loading.module.css
@@ -0,0 +1,12 @@
+.loadingContainer {
+ display: flex;
+ align-items: center;
+ justify-content: center;
+ height: 90dvh;
+}
+
+.loadingText {
+ color: white;
+ font-family: "Lato";
+ font-size: 24px;
+} \ No newline at end of file